home *** CD-ROM | disk | FTP | other *** search
-
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'Corel Corporation',
- 'Copyright': u'Copyright (c) 2003-2004 Corel Corporation All rights reserved.',
- 'Description': 'Factory default preset for Lights effect',
- 'Host': 'Paint Shop Pro 8',
- 'Host Version': '8.00',
- }
-
- def Preset_Lights():
- return {
- 'GeneralSettings': {
- 'AutoActionMode': 0,
- 'ExecutionMode': 0
- },
- 'Lights': ((1, (200, 200, 200), (-70, -70, 10, 500, 28, 45, 40, 155)), (1, (200, 200, 200), (70, -70, 10, 500, 28, 45, 40, 245)),
- (1, (200, 200, 200), (70, 70, 10, 500, 28, 45, 40, 335)), (1, (200, 200, 200), (-70, 70, 10, 500, 28, 45, 40, 65)),
- (1, (200, 200, 200), (0, 0, 10, 500, 28, 45, 0, 200))),
- 'SelButton': 0,
- 'Darkness': 85
- }
-
- def Do(Environment):
- App.Do( Environment, 'Lights', Preset_Lights())
-